home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 6 / Hot Mix 6.iso / bin / Remove_sclib2 < prev    next >
Text File  |  1993-10-28  |  134b  |  10 lines

  1. #!/bin/csh -f
  2.  
  3. /bin/rm -f /usr/lib/libshowcase3d_s 
  4.  
  5. echo "Removal complete.  Press enter to exit this window."
  6.  
  7. set ans=($<)
  8.  
  9. exit 0
  10.